.inlineBlock {
  display: inline-block;
}
.HeaderContainer {
  width: 100%;
  height: auto;
  min-width: 1440px;
}
.HeaderBarTop {
  background: #FFFFFF;
  width: 100%;
}
.HeaderBarTop p {
  width: 1200px;
  margin: 0 auto;
  height: 40px;
  padding: 10px 45px 10px 10px;
}
.HeaderBarTop p a {
  outline: none;
}
.HeaderBarTop p span.contectUs {
  float: right;
}
.HeaderBarMessage {
  background: rgba(249, 185, 19, 0.3);
  width: 100%;
}
.HeaderBarMessage p {
  width: 1200px;
  margin: 0 auto;
  height: 36px;
  padding-left: 10px;
  line-height: 36px;
}
.HeaderBarMessage p a {
  outline: none;
}
.HeaderBarMessage p svg,
.HeaderBarMessage p span {
  vertical-align: middle;
}
.HeaderBarMessage p span.message {
  color: #1F3858;
  opacity: 0.65;
  margin-left: 10px;
}
.HeaderBarMessage p span.lookup {
  color: blue;
  cursor: pointer;
}
.HeaderBarContainer {
  background: #FFFFFF;
  box-shadow: 0 2px 7px 0 rgba(234, 234, 234, 0.5);
  width: 100%;
  min-height: 52px;
  height: auto;
}
.HeaderBarContainer .HeaderBar {
  width: 1200px;
  max-width: auto;
  height: 100%;
  margin: 0 auto;
}
.HeaderBarContainer .HeaderBar .HeaderBarLeft {
  min-width: 250px;
  width: auto;
  max-width: auto;
  height: 100%;
  overflow: hidden;
  padding-top: 15px;
  vertical-align: middle;
}
.HeaderBarContainer .HeaderBar .HeaderBarLeft .HeaderBarImg {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.HeaderBarContainer .HeaderBar .HeaderBarLeft .HeaderBarContent {
  width: 182px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.HeaderBarContainer .HeaderBar .HeaderBarLeft .HeaderBarContent span.leftSubTitle {
  text-align: left;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0;
  line-height: 20px;
  width: 182px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.HeaderBarContainer .HeaderBar .HeaderBarLeft .HeaderBarContent span.leftTitle {
  text-align: left;
  line-height: 20px;
  font-family: PingFangSC-Medium;
  font-size: 22px;
  color: #00916A;
  letter-spacing: 0;
  width: 154px;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.HeaderBarContainer .HeaderBar .HeaderBarRight {
  height: 100%;
  min-width: 1200px;
  width: 100%;
  vertical-align: middle;
}
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud {
  list-style: none;
  height: 100%;
  padding: 15px 0 0 0;
}
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud li {
  width: auto;
  margin: 0 35px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud li a {
  color: rgba(0, 0, 0, 0.65);
}
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud li .popoverMenu {
  position: absolute;
  top: 20px;
  left: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  transform: translateX(-50%);
  background: transparent;
  width: 120px;
  height: auto;
  z-index: 999;
  opacity: 0;
  display: none;
}
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud li .popoverMenu .popverContent {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0 4px 15px 0 rgba(31, 56, 88, 0.15);
  border-radius: 3px;
  padding: 5px 10px;
}
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud li .popoverMenu .popverContent p {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  font-weight: normal !important;
  border-bottom: 1px solid #E4E4E4;
  font-size: 14px !important;
}
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud li .popoverMenu .popverContent p a {
  outline: none !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud li .popoverMenu .popverContent p:hover a,
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud li .popoverMenu .popverContent p:hover {
  color: #00916A !important;
}
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud li .popoverMenu .popverContent p:last-child {
  border-bottom: none;
}
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud li.HeaderBargriudLi:hover {
  font-weight: bold;
}
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud li.HeaderBargriudLi:hover a {
  color: #00916A !important;
  transition: all 0.3s;
}
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud li.HeaderBargriudLi:hover .popoverMenu {
  opacity: 1;
  display: inline-block;
  transition: all 0.3s;
}
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud li.active {
  font-weight: bold;
  position: relative;
}
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud li.active a {
  color: #00916A !important;
}
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud li.active::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #00916A;
}
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud li:first-child {
  margin-left: 0 !important;
}
.HeaderBarContainer .HeaderBar .HeaderBarRight ul.HeaderBargriud li:last-child {
  margin-right: 0 !important;
}

